projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e73a2ba
)
Fix typo in comment.
author
Kim F. Storm
<storm@cua.dk>
Wed, 27 Dec 2006 21:46:25 +0000
(21:46 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 27 Dec 2006 21:46:25 +0000
(21:46 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 0390d794c9eca623dc99b49c8d98117f98ff84aa..c2ec6021ad29a8a0c176f1234eedb47d3c1e4a10 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-2900,7
+2900,7
@@
usage: (make-network-process &rest ARGS) */)
/* Make QCaddress an alias for :local (server) or :remote (client). */
QCaddress = is_server ? QClocal : QCremote;
- /* :wait BOOL */
+ /* :
no
wait BOOL */
if (!is_server && socktype == SOCK_STREAM
&& (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
{